home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komunikace / maxthon / mcombo.exe / Plugin / Del.icio.us Sidebar / stylesheets / StyleSheet.css
Cascading Style Sheet File  |  2006-09-02  |  2KB  |  142 lines

  1. /**************************
  2.     Del.icio.us Sidebar
  3.     By Neo101
  4.     Version 1.1.0
  5. **************************/
  6.  
  7. body{
  8.     background-color: white;
  9.     color: black;
  10.     font-family: arial,sans-serif;
  11.     font-size:11.5px;
  12.     margin:0px;
  13.     padding:0px;
  14.     
  15.     overflow:auto;
  16. }
  17.  
  18.  
  19. a:link,
  20. a:visited {
  21.     color:black;
  22.     text-decoration:none;
  23. }
  24.  
  25. a:hover {
  26.     text-decoration:underline;
  27. }
  28.  
  29. #favorites{
  30.     padding:3px;
  31.     border:1px solid #737373;
  32.     height:85%;
  33.     overflow: auto;
  34.     width:100%;
  35. }
  36.  
  37. #settingsBody a{
  38.     text-decoration:underline;
  39. }
  40.  
  41. .trigger{
  42.     cursor: pointer;
  43.     cursor: hand;
  44. }
  45.  
  46. .branch{
  47.     display: none;
  48.     margin-left: 16px;
  49. }
  50.  
  51. img {
  52.     border: none;
  53.     vertical-align: middle;
  54. }
  55.  
  56. label{
  57.     width:100px;
  58. }
  59.  
  60. .link{
  61.     white-space:nowrap;
  62.     width:100%;
  63. }
  64.  
  65. .addLinkBody{
  66.     background-color:#F3F3F3 ;
  67.     font-size: 13px;
  68.     margin:5px;
  69. }
  70.  
  71. .addLinkBody label{
  72.     font-weight:bold;
  73. }
  74.  
  75. .textInput{
  76.     width:350px;
  77. }
  78.  
  79. .menu{
  80.     background-color:#E6E6E6;
  81.     padding:3px;
  82.     padding-top:1px;
  83. }
  84.  
  85. .searchbox{
  86.     font-size:11px;
  87.     margin:0px;
  88.     padding:0px;
  89.     width:80px;
  90.     margin-top:1px;
  91. }
  92.  
  93. .addFavorite{
  94.     cursor:hand;
  95.     padding-right:10px;
  96.     vertical-align:20%;
  97. }
  98.  
  99. #settings{
  100.     height: 60%;
  101.     padding:3px;
  102.     border:1px solid #737373;
  103. }
  104.  
  105. .links{
  106.     text-align:center;
  107.     padding:3px;
  108. }
  109.  
  110. #message{
  111.     color:red;
  112.     padding:2px;
  113.     text-align:center;
  114.     font-weight:bold;
  115. }
  116.  
  117. #settingsLinks{
  118.     margin-top:40px;
  119. }
  120.  
  121. .contextMenu{
  122.     position:absolute;
  123.     font-size:11px;
  124.     padding:1px;
  125.     margin:0px;
  126.     width:80px;
  127.     display:none;
  128.     z-index:100;
  129.     background-color:white;
  130.     border:1px solid #929192;
  131.     left:0px;
  132.     top:0px;
  133. }
  134.  
  135. .contextMenu a:hover{
  136.     background-color:#003DF5;
  137.     color:white;
  138.     text-decoration:none;
  139. }
  140. .contextMenu a{
  141.     width:100%;
  142. }